mDocs Holder SDK
Toggle table of contents
4.1.1
Select version
5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mDocs Holder SDK
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.issuance.dto.grants
/
TransactionCode
Transaction
Code
@
Serializable
data
class
TransactionCode
(
val
inputMode
:
InputMode
?
,
val
length
:
Int
?
,
val
description
:
String
?
)
Members
Constructors
Transaction
Code
Link copied to clipboard
constructor
(
inputMode
:
InputMode
?
,
length
:
Int
?
,
description
:
String
?
)
Properties
description
Link copied to clipboard
val
description
:
String
?
input
Mode
Link copied to clipboard
@
SerialName
(
value
=
"input_mode"
)
val
inputMode
:
InputMode
?
length
Link copied to clipboard
val
length
:
Int
?
Functions
validate
Link copied to clipboard
fun
validate
(
input
:
String
?
)
:
Boolean